home *** CD-ROM | disk | FTP | other *** search
- DateInspector = {
- ACTIONS = {"changeFormat:" = "changeFormat:"; "takeFormatFrom:" = "takeFormatFrom:"; };
- OUTLETS = {
- formatMatrix = formatMatrix;
- generalTextPlaceHolder = generalTextPlaceHolder;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- Inspector = {
- ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; };
- OUTLETS = {
- controller = controller;
- graphicView = graphicView;
- panel = panel;
- selectedGraphic = selectedGraphic;
- slist = slist;
- };
- SUPERCLASS = Object;
- };
- GraphicInspector = {SUPERCLASS = Inspector; };
- Subclass1 = {SUPERCLASS = Inspector; };
- BooleanInspector = {
- ACTIONS = {
- "changeRepresentation:" = "changeRepresentation:";
- "takeRepresentationFrom:" = "takeRepresentationFrom:";
- };
- OUTLETS = {box1 = box1; useSwitchMatrix = useSwitchMatrix; };
- SUPERCLASS = InspectorDP;
- };
- MoneyInspector = {
- ACTIONS = {"changeFormat:" = "changeFormat:"; "takeFormatFrom:" = "takeFormatFrom:"; };
- OUTLETS = {
- formatMatrix = formatMatrix;
- generalTextPlaceHolder = generalTextPlaceHolder;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- GeneralTextInspector = {
- ACTIONS = {
- "changeAlignment:" = "changeAlignment:";
- "changeBgGray:" = "changeBgGray:";
- "changeBorderType:" = "changeBorderType:";
- "changeTextGray:" = "changeTextGray:";
- "takeAlignmentFrom:" = "takeAlignmentFrom:";
- "takeBgGrayFrom:" = "takeBgGrayFrom:";
- "takeBorderTypeFrom:" = "takeBorderTypeFrom:";
- "takeTextGrayFrom:" = "takeTextGrayFrom:";
- };
- OUTLETS = {
- alignmentMatrix = alignmentMatrix;
- bgGrayMatrix = bgGrayMatrix;
- borderTypeMatrix = borderTypeMatrix;
- textGrayMatrix = textGrayMatrix;
- textInspectorView = textInspectorView;
- };
- SUPERCLASS = Inspector;
- };
- InspectorDP = {
- ACTIONS = {"changeAppkitObjStyle:" = "changeAppkitObjStyle:"; };
- OUTLETS = {messageField = messageField; styleMatrix = styleMatrix; };
- SUPERCLASS = Inspector;
- };
- ValueInspector = {
- ACTIONS = {"changeFormat:" = "changeFormat:"; "takeFormatFrom:" = "takeFormatFrom:"; };
- OUTLETS = {
- formatMatrix = formatMatrix;
- generalTextPlaceHolder = generalTextPlaceHolder;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- PictureInspector = {SUPERCLASS = Inspector; };
- TextInspector = {
- ACTIONS = {
- "changeIsScrollable:" = "changeIsScrollable:";
- "changeUseRTF:" = "changeUseRTF:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- };
- OUTLETS = {
- generalTextInspector = generalTextInspector;
- isScrollableSwitch = isScrollableSwitch;
- useRTFSwitch = useRTFSwitch;
- };
- SUPERCLASS = Inspector;
- };
-